body {
  background-image: url(../images/tlalocan_background.png) ;
  background-size: 100%;
  background-attachment: fixed;
  color: black;
  font-family: merriweather;
}
/*headersssss*/
h1 {
  font-size: 4em;
}
.tag{
  text-align: right;
  font-size: 1.5em
}
.folder-l {
  color: #241c0b;
  font-size: 1.1em;
  text-align: left;
  width: 100%
}
.folder-r {
  color: #241c0b;
  font-size: 1.1em;
  text-align: right;
  width: 100%
}
/* blockssssssss*/
.folder{
  margin-left: 90px;
  margin-top: 10px;
  align-items: center;
  display: block;
  background-image: url(../images/folder.png);
  width: 650px;
  height: 450px
}
.TLALOCAN {
  margin: auto;
  display: block;
  background-image: url(../images/tlalocanheaderbackground.png);
  background-size: 100%;
  width: 1100px;
  height: 150px;
}
.notice {
  text-align: center;
  background-color: #3784db
}
.container{
  
}
/*elementsssssssssssss*/
.tab {
  margin-left: 90px;
  margin-top: 10px;
  background-image: url(../images/folder-tab1.png);
  background-size: 100%;
  color: #a18338
}
/* othersssss */
.tlaloc {
  color: #58a674;
  background-color: #005c26;
}